home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / tutorials / geometer / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.1 KB  |  33 lines

  1.  
  2.                ~4Dgifts/toolbox/src/tutorials/geometer README
  3.  
  4.  
  5.         Geometer is a program that visually teaches/demonstrates 
  6.         concepts of 2-dimensional Euclidean and projective geometry. 
  7.  
  8.         The following files are included:
  9.  
  10.         *.c, *.h:       source code.
  11.         geom.doc:       Documentation.
  12.         Theorems/*/*:   Sample files.
  13.  
  14.         To specify new files, Showcase must be installed, as geometer 
  15.         uses the IRIS Showcase Browse Gizmo to read file names.  
  16.         Without Showcase, you can still look at files one at a time 
  17.         from the command line, as:
  18.  
  19. geometer foo.T
  20.  
  21.         The geom.doc file provides fairly complete documentation, and 
  22.         the Theorems subtree contains a bunch of 
  23.         examples/theorems/proofs/... in various states of completion.
  24.  
  25.         If you want to use the "Edit Source" command, the zip editor 
  26.         must be installed (presently located in the toolbox/bin 
  27.         directory--either add this to your path, or copy zip into
  28.         /usr/sbin or its equivalent).
  29.  
  30.  
  31.  
  32.          -- Tom Davis (davis@sgi.com)
  33.